home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 October: Mac OS SDK / Dev.CD Oct 96 SDK / Dev.CD Oct 96 SDK2.toast / Development Kits (Disc 2) / OpenDoc / OpenDoc Development / Debugging Support / OpenDoc Source Code / Binding / BndngDef.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-22  |  857 b   |  35 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        BndngDef.h
  3.  
  4.     Contains:    constants used in both the code & resource of Binding
  5.  
  6.     Owned by:    Caia Grisar
  7.  
  8.     Copyright:    © 1993 - 1995 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.          <5>     8/11/95    jpa        Number rsrcs from subsystem base [1276412]
  13.          <4>     4/26/95    CG        1210975 BB: 5$ Bugs need to be evaluated
  14.                                     and removed from Binding
  15.          <3>     3/24/95    CG        #1229993: NoPart handles icon and thumbnail
  16.                                     view types.
  17.          <2>     2/16/95    CG        #1210975 BB: 5$ fix moved constants to
  18.                                     StdDefs.idl
  19.          <1>    12/13/94    CG        first checked in
  20.     To Do:
  21. */
  22.  
  23. #ifndef _BNDNGDEF_
  24. #define _BNDNGDEF_
  25.  
  26. #ifndef _RSRCBASE_
  27. #include "RsrcBase.h"
  28. #endif
  29.  
  30. #define kBindingWarning        (kODBindingRsrcBase + 0)
  31. #define kNoPartThumbnail    (kODBindingRsrcBase + 0)
  32. #define    kNoPartIconResID    (kODBindingRsrcBase + 0)
  33.  
  34. #endif // _BNDNGDEF_
  35.